home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / main.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  232 b   |  18 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global gmd
  8.   set gmd to 1
  9.   case the clickOn of
  10.     12:
  11.       go(1, "GAME1.DIR")
  12.     13:
  13.       go(1, "GAME2.DIR")
  14.     14:
  15.       go(1, "GAME3.DIR")
  16.   end case
  17. end
  18.